home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / source / libdump / svc.h < prev   
Encoding:
C/C++ Source or Header  |  1994-06-24  |  262 b   |  9 lines

  1. /*  svc.h  -  service functions  */
  2.  
  3. #define NOFILE     NULL      /* no error log file */
  4.  
  5. typedef enum { message, warning, error } MESSAGETYPE;
  6.  
  7. char *makeasciiz(unsigned char *lstring);
  8. void output(MESSAGETYPE msgtype, FILE *stream, char *outputformat, ...);
  9.